home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / modprobe.d / blacklist.dpkg-old < prev    next >
Encoding:
Text File  |  2006-12-12  |  773 b   |  31 lines

  1. # This file lists those modules which we don't want to be loaded by
  2. # alias expansion, usually so some other driver will be loaded for the
  3. # device instead.
  4.  
  5. # evbug is a debug tool that should be loaded explicitly
  6. blacklist evbug
  7.  
  8. # these drivers are very simple, the HID drivers are usually preferred
  9. blacklist usbmouse
  10. blacklist usbkbd
  11.  
  12. # replaced by e100
  13. blacklist eepro100
  14.  
  15. # replaced by tulip
  16. blacklist de4x5
  17.  
  18. # causes no end of confusion by creating unexpected network interfaces
  19. blacklist eth1394
  20.  
  21. # snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
  22. # hardware on its own (Ubuntu bug #2011, #6810)
  23. blacklist snd_intel8x0m
  24.  
  25. # causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
  26. blacklist i2c_i801
  27.  
  28. # disable ipv6
  29. blacklist ipv6
  30.  
  31.